home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / floatMenu.dxr / Internal_5.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  283 b   |  15 lines

  1. on mouseUp
  2.   repeat with i = 5 to 14
  3.     puppetSprite(sprite(i), 0)
  4.   end repeat
  5.   updateStage()
  6.   tell the stage
  7.     forget(window "floatMenu")
  8.     go(the frame + 1)
  9.     repeat with i = 50 to 54
  10.       set the visible of sprite i to 1
  11.     end repeat
  12.     updateStage()
  13.   end tell
  14. end
  15.